home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 15 code / Symmetry & Tiles / Tiler Code / Group1.h < prev    next >
Encoding:
Text File  |  1993-06-05  |  1.4 KB  |  38 lines  |  [TEXT/KAHL]

  1. //////////////////////////////////////////////
  2. //    Prototypes for group 1 routines
  3.  
  4. Boolean    p1_OpShapeHit(gxPoint *clickPt);
  5. void    p1_DragOpShape(gxShape dragShape, gxPoint *clickPt, gxPoint *anchor);
  6. void     p1_RemakeOpShapes(Boolean useDefaults);
  7. void    p1_SetDefaultDragger(gxShape snake);
  8. void    p1_ChangeLattice(void);
  9. //void    p1_BuildCellShape(gxShape snake);
  10. void    p1_AttachConstraints(void);
  11. Boolean    p1_IsVectorPoint(long ptIndex);
  12. void     p1_AddedDragPoint(long prevIndex);
  13. void    p1_RemovedDragPoint(long prevIndex);
  14.  
  15. Boolean    pg_OpShapeHit(gxPoint *clickPt);
  16. void    pg_DragOpShape(gxShape dragShape, gxShape otherShape, gxPoint *newPt,
  17.                          gxPoint *oldPt, gxPoint *anchor, Boolean arrowHIt);
  18. void     pg_RemakeOpShapes(Boolean useDefaults);
  19. void    pg_SetDefaultDragger(gxShape snake);
  20. void    pg_ChangeLattice(void);
  21. void    pg_BuildCellShape(gxShape snake);
  22. void    pg_AttachConstraints(void);
  23. Boolean    pg_IsVectorPoint(long ptIndex);
  24. void     pg_AddedDragPoint(long prevIndex);
  25. void    pg_RemovedDragPoint(long prevIndex);
  26.  
  27. Boolean    pm_OpShapeHit(gxPoint *clickPt);
  28. void     pm_RemakeOpShapes(Boolean useDefaults);
  29. void    pm_SetDefaultDragger(gxShape snake);
  30. void    pm_ChangeLattice(void);
  31. void    pm_BuildCellShape(gxShape snake);
  32.  
  33. Boolean    cm_OpShapeHit(gxPoint *clickPt);
  34. void     cm_RemakeOpShapes(Boolean useDefaults);
  35. void    cm_SetDefaultDragger(gxShape snake);
  36. void    cm_ChangeLattice(void);
  37. void    cm_BuildCellShape(gxShape snake);
  38.